.industry-top {
    border-bottom: 1px solid #ebebeb;
}

.industry-nav-list {
    max-width: 1268px;
    margin: 0 auto;
    line-height: 70px;
    /*height: 70px;*/
}

.industry-nav-item {
    /* font-size: 30px; */
    cursor: pointer;
    width: 16%;
    float: left;
    line-height: 69px;
}

.industry-nav-item a {
    display: inline-block;
    color: #7f7f7f;
}

.industry-nav-item.active a, .industry-nav-item:hover a {
    border-bottom: 2px solid #498d9c;
    color: #498d9c;
}

.industry-content {
    max-width: 1268px;
    margin: 0 auto;
}

.industry-title {

}

.industry-title h3 {
    font-size: 18px;
    color: #f9c271;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    padding-top: 63px;
}

.industry-title-line {
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background: #252b48;
}

.industry-title p {
    line-height: 42px;
    color: #606060;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.industry-desc{
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    padding-top: 26px;
    padding-bottom: 75px;
}
.industry-list-img{
    overflow: hidden;
    padding: 190px 23px;
}
.industry-list-img li{
    float: left;
    width: calc((100% - 75px)/4);
    margin-right: 25px;
}
.industry-list-img li:last-child{
    margin-right: 0;
}
.industry-list-img li a{
    display: block;
}
.industry-list-img li a p{
    line-height: 42px;
    color: #676767;
    font-size: 16px;
}
@media screen and (max-width: 768px){
    .industry-nav-list {
        max-width: 100%;
        margin: 0 auto;
        line-height: 70px;
        /* height: 70px; */
    }
    .industry-nav-item {
        float: none;
    }
}
